home *** CD-ROM | disk | FTP | other *** search
- object PreviewDrvDialog: TPreviewDrvDialog
- Left = 131
- Top = 111
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Preview logical drive'
- ClientHeight = 298
- ClientWidth = 547
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 241
- Height = 241
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 20
- Top = 40
- Width = 74
- Height = 13
- Caption = 'Physical sector:'
- end
- object Label2: TLabel
- Left = 20
- Top = 100
- Width = 91
- Height = 13
- Caption = 'Sectors per cluster:'
- end
- object Label3: TLabel
- Left = 20
- Top = 120
- Width = 91
- Height = 13
- Caption = 'FAT type detected:'
- end
- object Label4: TLabel
- Left = 20
- Top = 140
- Width = 56
- Height = 13
- Caption = 'OEM name:'
- end
- object Label5: TLabel
- Left = 20
- Top = 160
- Width = 63
- Height = 13
- Caption = 'Volume label:'
- end
- object Label6: TLabel
- Left = 20
- Top = 80
- Width = 64
- Height = 13
- Caption = 'Total sectors:'
- end
- object Label7: TLabel
- Left = 268
- Top = 12
- Width = 119
- Height = 13
- Caption = 'Root directory (unsorted):'
- end
- object OKBtn: TButton
- Left = 219
- Top = 264
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object EditPhysSec: TEdit
- Left = 116
- Top = 36
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 1
- Text = 'EditPhysSec'
- end
- object EditSecPerClus: TEdit
- Left = 116
- Top = 96
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 2
- Text = 'EditSecPerClus'
- end
- object EditFAT: TEdit
- Left = 116
- Top = 116
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 3
- Text = 'EditFAT'
- end
- object EditOEM: TEdit
- Left = 116
- Top = 136
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 4
- Text = 'EditOEM'
- end
- object EditVolLabel: TEdit
- Left = 116
- Top = 156
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 5
- Text = 'EditVolLabel'
- end
- object EditTotalSec: TEdit
- Left = 116
- Top = 76
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 6
- Text = 'EditTotalSec'
- end
- object ListView1: TListView
- Left = 264
- Top = 28
- Width = 277
- Height = 221
- Columns = <
- item
- Caption = 'Name'
- Width = 100
- end
- item
- Caption = 'Size'
- end
- item
- Caption = 'Date modified'
- Width = 100
- end>
- SmallImages = MainForm.ImageListSmallFolders
- SortType = stText
- TabOrder = 7
- ViewStyle = vsReport
- end
- end
-